﻿
.black {
    border: 1px solid black;
}

body {
    padding: 0px 0px;
    background-color: rgba(157, 157, 157, 0.17);
}

.head {
    color: #fff;
    /*background-color: rgba(99, 82, 243, 0.75);*/
    background-color:rgb(87, 67, 255);
}

.logo {
    padding: 0px 10px 0px 20px;
    display: inline-block;
    height: 52px;
}

.margin-top-2 {
    margin-top: 1px;
}

.foot {
    width: 100%;
    background-color: rgba(10, 10, 10, 0.90);
    color: #f0f0f0;
    /*text-align: center;*/
}

.foot-context {
    width: 60%;
    margin-left: 20%;
    padding-top: 90px;
    padding-bottom: 90px;
}

.foot-context-col a{
    font-size:16px;
    line-height:40px;
    color:rgba(157, 157, 157, 0.97)
}
.foot-context-col a:hover {
    color: #56c5ef ;
    font-size: 15.5px;
}
.bg-color-white {
    background: #fff;
}

.flexcs {
    display: flex;
    align-items: center;
    justify-content: center;
}


/*产品展示*/
.logobox img {
    width: 100%;
    height: 100%;
    border-radius: 25px 25px;
    box-shadow: rgba(157, 157, 157, 0.17) 2px 2px;
}

.showpage img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}




@media (max-width: 768px) {
    /*/////////////////////*/
    /*页头*/
    .head img {
        display: none;
        width: 20px;
        height: 21px;
        margin-right: 12px;
        margin-top: -3px;
    }

    .head-title {
        height: 46px;
        font-size: 20px;
        line-height: 46px;
        text-align: center;
        letter-spacing: 2px;
    }

    .head-text {
        display: none;
        margin-right: 50px;
        float: right;
        height: 52px;
        line-height: 52px;
    }
    /*面板*/
    .panel-height {
        height: 380px;
        margin: 0 auto;
    }

    .centerbox {
        text-align: center;
        margin: 0 auto;
    }

        .centerbox p.big-text {
            margin-top: 80px;
            font-size: 28px;
            letter-spacing: 2px;
            text-align: center;
        }

        .centerbox p.medium-text {
            font-size: 15px;
            line-height: 40px;
            letter-spacing: 5px;
            color: rgba(157, 157, 157, 0.97);
        }

        /*字体动态效果*/
        .centerbox p.big-text {
            text-align: center;
            color: rgba(99, 82, 243, 0.75);
            font-weight: 800;
            font-size: 28px;
            background-color: rgba(99, 82, 243, 0.55);
            -webkit-text-fill-color: transparent;
            -webkit-background-clip: text;
            -webkit-box-reflect: below -0.3em -webkit-linear-gradient(top, transparent, transparent 50%, rgba(0, 0, 0, 0.296875)); /*字体倒影*/
        }

            .centerbox p.big-text:hover {
                -webkit-animation: masked-animation 0.5s infinite linear;
            }
    /*/////////////////////*/
    /*立即下载按钮*/
   .more {
        width: 150px;
        height: 40px;
        margin-top: 20px;
        font-size: 16px;
        color: #edd336;
        background-color: rgba(99, 82, 243, 0.65);
        border: 3px solid hsla(0, 0%, 100%, 0.65);
    }

       .more:hover {
            width: 150px;
            background-color: rgba(98, 207, 93, 0.90);
            color: #fff;
            font-size: 16px;
            height: 40px;
            margin-top: 20px;
            font-size: 16px;
        }
    /*/////////////////////*/
    /*产品说明*/
    .titbox {
        width: 100%;
        height: 25px;
        margin-top: 20px;
    }

        .titbox p {
            color: rgba(0, 0, 0, 0.65);
            line-height: 68px;
            letter-spacing: 3px;
            font-weight: 600;
            font-size: 25px;
            text-align: center;
        }

    /*/////////////////////*/
    /*logo*/
    .logobox {
        width: 160px;
        height: 160px;
        margin: 0 auto;
    }

        .logobox .bmbox {
            width: 160px;
            height: 160px;
            background: rgba(0, 0, 0, 0.75); /*遮布*/
            position: absolute;
            display: none;
            font: 25px/30px "宋体";
            text-align: center;
            border-radius: 25px 25px;
            padding: 15px 15px;
        }

        .logobox:hover .bmbox {
            width: 160px;
            height: 160px;
            background: rgba(0, 0, 0, 0.75); /*遮布*/
            position: absolute;
            display: block;
            font: 25px/30px "宋体";
            text-align: center;
            border-radius: 25px 25px;
            margin: 0 auto;
            padding: 15px 15px;
        }

        .logobox .bmbox a {
            font-size: 14px;
            line-height: 130px;
            font-weight: 600;
            letter-spacing: 2px;
            color: #fff;
        }


    .text p {
        margin-top: 25px;
        letter-spacing: 3px;
        text-index: 2px;
        color: #b4b4b4;
    }

    /*/////////////////////*/
    /*产品主页*/
    .showpage {
        width: 280px;
        height: 480px;
        margin: 0 auto;
        border: 1px solid rgba(157, 157, 157, 0.37);
        border-radius: 15px 15px;
    }

        .showpage .bmbox {
            width: 280px;
            height: 480px;
            background: rgba(0, 0, 0, 0.65); /*遮布*/
            position: absolute;
            display: none;
            font: 25px/30px "宋体";
            text-align: center;
            border-radius: 15px 15px;
        }

        .showpage:hover .bmbox {
            width: 280px;
            height: 480px;
            background: rgba(0, 0, 0, 0.65); /*遮布*/
            position: absolute;
            display: block;
            font: 25px/30px "宋体";
            text-align: center;
            border-radius: 15px 15px;
            margin: 0 auto;
        }

        .showpage .bmbox a {
            font-size: 16px;
            line-height: 460px;
            font-weight: 600;
            letter-spacing: 2px;
            color: #fff;
        }

    a {
        text-decoration: none;
    }

    .txtbox2 {
        text-align: center;
        margin-top: 40px;
        margin-bottom: 10px;
    }

        .txtbox2 span {
            line-height: 30px;
            font-size: 18px;
            color: rgba(57, 57, 57, 0.65);
        }

        .txtbox2 p {
            font-size: 14px;
            line-height: 30px;
            color: rgba(57, 57, 57, 0.65);
        }

    .margin-top-11 {
        margin-top: 90px;
    }

    .margin-top-3 {
        margin-top: 10px;
    }

    .margin-top-6 {
        margin-top: 60px;
    }

    .margin-bottom-9 {
        margin-bottom: 30px;
    }


    /*/////////////////////*/
    /*页脚*/
    .foot-context img {
        width: 16px;
        height: 17px;
        margin-right: 8px;
    }

    .foot-context span {
        line-height: 50px;
        font-size: 15px;
    }

    .foot-context p {
        font-size: 12px;
        line-height: 35px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    /*/////////////////////*/
    /*/////////////////////*/
    /*页头*/
    .head img {
        display: none;
        width: 20px;
        height: 21px;
        margin-right: 12px;
        margin-top: -3px;
    }

    .head-title {
        height: 46px;
        font-size: 23px;
        line-height: 46px;
        text-align: center;
        letter-spacing: 2px;
    }

    .head-text {
        display: none;
        margin-right: 50px;
        float: right;
        height: 52px;
        line-height: 52px;
    }
    /*面板*/
    .panel-height {
        height: 380px;
        margin: 0 auto;
    }

    .centerbox {
        text-align: center;
        margin: 0 auto;
    }

        .centerbox p.big-text {
            font-size: 40px;
            letter-spacing: 2px;
            text-align: center;
            margin-top: 80px;
        }

        .centerbox p.medium-text {
            font-size: 18px;
            line-height: 40px;
            letter-spacing: 5px;
            color: rgba(157, 157, 157, 0.97);
        }

        /*字体动态效果*/
        .centerbox p.big-text {
            text-align: center;
            color: rgba(99, 82, 243, 0.75);
            font-weight: 800;
            font-size: 40px;
            background-color: rgba(99, 82, 243, 0.55);
            -webkit-text-fill-color: transparent;
            -webkit-background-clip: text;
            -webkit-box-reflect: below -0.3em -webkit-linear-gradient(top, transparent, transparent 50%, rgba(0, 0, 0, 0.296875)); /*字体倒影*/
        }

            .centerbox p.big-text:hover {
                -webkit-animation: masked-animation 0.5s infinite linear;
            }
    /*/////////////////////*/
    /*立即下载按钮*/
   .more {
        width: 180px;
        height: 40px;
        margin-top: 20px;
        font-size: 16px;
        color: #edd336;
        background-color: rgba(99, 82, 243, 0.65);
        border: 3px solid hsla(0, 0%, 100%, 0.65);
    }

       .more:hover {
            width: 180px;
            background-color: rgba(98, 207, 93, 0.90);
            color: #fff;
            font-size: 16px;
            height: 40px;
            margin-top: 20px;
            font-size: 16px;
        }
    /*/////////////////////*/
    /*产品说明*/
    .titbox {
        width: 100%;
        height: 25px;
        margin-top: 20px;
    }

        .titbox p {
            color: rgba(0, 0, 0, 0.65);
            line-height: 68px;
            letter-spacing: 3px;
            font-weight: 600;
            font-size: 28px;
            text-align: center;
        }

    /*/////////////////////*/
    /*logo*/
    .logobox {
        width: 190px;
        height: 190px;
        margin: 0 auto;
    }

        .logobox .bmbox {
            width: 190px;
            height: 190px;
            background: rgba(0, 0, 0, 0.65); /*遮布*/
            position: absolute;
            display: none;
            font: 25px/30px "宋体";
            text-align: center;
            border-radius: 25px 25px;
            padding: 15px 15px;
        }

        .logobox:hover .bmbox {
            width: 190px;
            height: 190px;
            background: rgba(0, 0, 0, 0.65); /*遮布*/
            position: absolute;
            display: block;
            font: 25px/30px "宋体";
            text-align: center;
            border-radius: 25px 25px;
            margin: 0 auto;
            padding: 15px 15px;
        }

        .logobox .bmbox a {
            font-size: 16px;
            line-height: 160px;
            font-weight: 600;
            letter-spacing: 2px;
            color: #fff;
        }


    .text p {
        font-size: 15px;
        letter-spacing: 3px;
        text-index: 2px;
        color: #b4b4b4;
    }

    /*/////////////////////*/
    /*产品主页*/
    .showpage {
        width: 300px;
        height: 500px;
        margin: 0 auto;
        border: 1px solid rgba(157, 157, 157, 0.37);
        border-radius: 15px 15px;
    }

        .showpage .bmbox {
            width: 300px;
            height: 500px;
            background: rgba(0, 0, 0, 0.65); /*遮布*/
            position: absolute;
            display: none;
            font: 25px/30px "宋体";
            text-align: center;
            border-radius: 15px 15px;
        }

        .showpage:hover .bmbox {
            width: 300px;
            height: 500px;
            background: rgba(0, 0, 0, 0.65); /*遮布*/
            position: absolute;
            display: block;
            font: 25px/30px "宋体";
            text-align: center;
            border-radius: 15px 15px;
            margin: 0 auto;
        }

        .showpage .bmbox a {
            font-size: 20px;
            line-height: 480px;
            font-weight: 600;
            letter-spacing: 2px;
            color: #fff;
        }

    a {
        text-decoration: none;
    }

    .txtbox2 {
        text-align: center;
        margin-top: 40px;
        margin-bottom: 20px;
    }

        .txtbox2 span {
            line-height: 30px;
            font-size: 18px;
            color: rgba(57, 57, 57, 0.65);
        }

        .txtbox2 p {
            font-size: 14px;
            line-height: 30px;
            color: rgba(57, 57, 57, 0.65);
        }

    .margin-top-11 {
        margin-top: 90px;
    }

    .margin-top-3 {
        margin-top: 10px;
    }

    .margin-top-6 {
        margin-top: 60px;
    }

    .margin-bottom-9 {
        margin-bottom: 90px;
    }


    /*/////////////////////*/
    /*页脚*/
    .foot-context img {
        width: 16px;
        height: 17px;
        margin-right: 8px;
    }

    .foot-context span {
        line-height: 50px;
        font-size: 15px;
    }

    .foot-context p {
        font-size: 12px;
        line-height: 35px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    /*/////////////////////*/
    /*页头*/
    .head img {
        display: none;
        width: 20px;
        height: 21px;
        margin-right: 12px;
        margin-top: -3px;
    }

    .head-title {
        height: 46px;
        font-size: 23px;
        line-height: 46px;
        text-align: center;
        letter-spacing: 2px;
    }

    .head-text {
        display: none;
        margin-right: 50px;
        float: right;
        height: 52px;
        line-height: 52px;
    }
    /*面板*/
    .panel-height {
        height: 400px;
        margin: 0 auto;
    }

    .centerbox {
        text-align: center;
        margin: 0 auto;
    }

        .centerbox p.big-text {
            margin-top: 80px;
            font-size: 45px;
            letter-spacing: 2px;
            text-align: center;
        }

        .centerbox p.medium-text {
            font-size: 20px;
            line-height: 40px;
            letter-spacing: 5px;
            color: rgba(157, 157, 157, 0.97);
        }

        /*字体动态效果*/
        .centerbox p.big-text {
            text-align: center;
            color: rgba(99, 82, 243, 0.75);
            font-weight: 800;
            font-size: 45px;
            background-color: rgba(99, 82, 243, 0.55);
            -webkit-text-fill-color: transparent;
            -webkit-background-clip: text;
            -webkit-box-reflect: below -0.3em -webkit-linear-gradient(top, transparent, transparent 50%, rgba(0, 0, 0, 0.296875)); /*字体倒影*/
        }

            .centerbox p.big-text:hover {
                -webkit-animation: masked-animation 0.5s infinite linear;
            }
    /*/////////////////////*/
    /*立即下载按钮*/
   .more {
        width: 200px;
        height: 40px;
        margin-top: 20px;
        font-size: 16px;
        color: #edd336;
        background-color: rgba(99, 82, 243, 0.65);
        border: 3px solid hsla(0, 0%, 100%, 0.65);
    }

       .more:hover {
            width: 200px;
            background-color: rgba(98, 207, 93, 0.90);
            color: #fff;
            font-size: 16px;
            height: 40px;
            margin-top: 20px;
            font-size: 16px;
        }
    /*/////////////////////*/
    /*产品说明*/
    .titbox {
        width: 100%;
        height: 30px;
        margin-top: 10px;
    }

        .titbox p {
            color: rgba(0, 0, 0, 0.65);
            line-height: 68px;
            letter-spacing: 3px;
            font-weight: 600;
            font-size: 30px;
            text-align: center;
        }

    /*/////////////////////*/
    /*logo*/
    .logobox {
        width: 200px;
        height: 200px;
        margin: 0 auto;
    }

        .logobox .bmbox {
            width: 200px;
            height: 200px;
            background: rgba(0, 0, 0, 0.75); /*遮布*/
            position: absolute;
            display: none;
            font: 25px/30px "宋体";
            text-align: center;
            border-radius: 25px 25px;
            padding: 15px 15px;
        }

        .logobox:hover .bmbox {
            width: 200px;
            height: 200px;
            background: rgba(0, 0, 0, 0.75); /*遮布*/
            position: absolute;
            display: block;
            font: 25px/30px "宋体";
            text-align: center;
            border-radius: 25px 25px;
            margin: 0 auto;
            padding: 15px 15px;
        }

        .logobox .bmbox a {
            font-size: 20px;
            line-height: 160px;
            font-weight: 600;
            letter-spacing: 2px;
            color: #fff;
        }


    .text p {
        margin-top: 25px;
        letter-spacing: 3px;
        font-size: 16px;
        color: #b4b4b4;
    }

    /*/////////////////////*/
    /*产品主页*/
    .showpage {
        width: 310px;
        height: 540px;
        margin: 0 auto;
        border: 1px solid rgba(157, 157, 157, 0.37);
        border-radius: 15px 15px;
    }

        .showpage .bmbox {
            width: 310px;
            height: 540px;
            background: rgba(0, 0, 0, 0.65); /*遮布*/
            position: absolute;
            display: none;
            font: 25px/30px "宋体";
            text-align: center;
            border-radius: 15px 15px;
        }

        .showpage:hover .bmbox {
            width: 310px;
            height: 540px;
            background: rgba(0, 0, 0, 0.65); /*遮布*/
            position: absolute;
            display: block;
            font: 25px/30px "宋体";
            text-align: center;
            border-radius: 15px 15px;
            margin: 0 auto;
        }

        .showpage .bmbox a {
            font-size: 21px;
            line-height: 520px;
            font-weight: 600;
            letter-spacing: 2px;
            color: #fff;
        }

    a {
        text-decoration: none;
    }

    .txtbox2 {
        text-align: center;
        margin-top: 40px;
        margin-bottom: 20px;
    }

        .txtbox2 span {
            line-height: 30px;
            font-size: 23px;
            color: rgba(57, 57, 57, 0.65);
        }

        .txtbox2 p {
            font-size: 15px;
            line-height: 30px;
            color: rgba(57, 57, 57, 0.65);
        }

    .margin-top-11 {
        margin-top: 110px;
    }

    .margin-top-3 {
        margin-top: 10px;
    }

    .margin-top-6 {
        margin-top: 60px;
    }

    .margin-bottom-9 {
        margin-bottom: 90px;
    }


    /*/////////////////////*/
    /*页脚*/
    .foot-context img {
        width: 16px;
        height: 17px;
        margin-right: 8px;
    }

    .foot-context span {
        line-height: 50px;
        font-size: 15px;
    }

    .foot-context p {
        font-size: 12px;
        line-height: 35px;
    }
}

@media (min-width: 1200px) {
    /*/////////////////////*/
    /*页头*/
    .head img {
        width: 20px;
        height: 21px;
        margin-right: 12px;
        margin-top: -3px;
    }

    .head-title {
        font-size: 24px;
        display: inline-block;
        line-height: 52px;
        height: 52px;
        padding-left: 100px;
        padding-right: 15px;
        letter-spacing: 1.5px;
    }

    .head-text {
        margin-right: 50px;
        float: right;
        height: 52px;
        line-height: 52px;
    }
    /*面板*/
    .panel-height {
        height: 550px;
        margin: 0 auto;
    }

    .centerbox {
        text-align: center;
        margin: 0 auto;
    }

        .centerbox p.big-text {
            margin-top: 120px;
            letter-spacing: 5px;
            text-align: center;
            font-size: 55px;
        }

        .centerbox p.medium-text {
            font-size: 33px;
            line-height: 98px;
            letter-spacing: 5px;
            color: rgba(157, 157, 157, 0.97);
        }

        /*字体动态效果*/
        .centerbox p.big-text {
            text-align: center;
            color: rgb(87, 67, 255);
            font-weight: 800;
            font-size: 55px;
            background-color: rgb(87, 67, 255);
            -webkit-text-fill-color: transparent;
            -webkit-background-clip: text;
            -webkit-box-reflect: below -0.3em -webkit-linear-gradient(top, transparent, transparent 50%, rgba(0, 0, 0, 0.296875)); /*字体倒影*/
        }

            .centerbox p.big-text:hover {
                -webkit-animation: masked-animation 0.5s infinite linear;
            }
    /*/////////////////////*/

   .more a {
        width: 205px;
        display:block;
        margin-top: 20px;
        font-size: 16px;
        color: #edd336;
        line-height:60px;
        background-color: rgba(99, 82, 243, 0.65);
        border: 3px solid hsla(0, 0%, 100%, 0.65);
        text-align:center;
    }

       .more a:hover {
            width: 205px;
            background-color: rgba(98, 207, 93, 0.90);
            color: #fff;
            font-size: 16px;
            height: 40px;
            margin-top: 20px;
            font-size: 16px;
        }

    /*/////////////////////*/
    /*产品说明*/
    .titbox {
        width: 100%;
        height: 45px;
        margin-top: 50px;
        padding-left: 100px;
        padding-bottom: 50px;
    }

        .titbox p {
            color: rgba(0, 0, 0, 0.65);
            letter-spacing: 3px;
            font-weight: 600;
            font-size: 30px;
        }

    /*/////////////////////*/
    /*logo*/
    .logobox {
        width: 180px;
        height: 180px;
        margin-left: 250px;
    }

        .logobox .bmbox {
            width: 180px;
            height: 180px;
            background: rgba(0, 0, 0, 0.75); /*遮布*/
            position: absolute;
            display: none;
            font: 25px/30px "宋体";
            text-align: center;
            padding: 15px 15px;
            border-radius: 15px;
        }

        .logobox:hover .bmbox {
            width: 180px;
            height: 180px;
            background: rgba(0, 0, 0, 0.75); /*遮布*/
            position: absolute;
            display: block;
            font: 18px/20px "宋体";
            text-align: center;
            margin: 0 auto;
            padding: 15px 15px;
            border-radius:15px;
        }

        .logobox .bmbox a {
            line-height: 160px;
            font-weight: 500;
            color: #fff;
        }



    .text p {
        margin-top: 25px;
        letter-spacing: 3px;
        color: #b4b4b4;
    }

    /*/////////////////////*/
    /*产品主页*/
    .showpage {
        width: 320px;
        height: 600px;
        margin-left: 250px;
        border: 1px solid rgba(157, 157, 157, 0.37);
        border-radius: 15px;
    }


        .showpage .bmbox {
            width: 320px;
            height: 600px;
            background: rgba(0, 0, 0, 0.65); /*遮布*/
            position: absolute;
            display: none;
            font: 19px/20px "宋体";
            text-align: center;
            border-radius: 15px;
        }

        .showpage:hover .bmbox {
            width: 320px;
            height: 600px;
            background: rgba(0, 0, 0, 0.65); /*遮布*/
            position: absolute;
            display: block;
            font: 19px/20px "宋体";
            text-align: center;
            margin: 0 auto;
            border-radius:15px;
        }

        .showpage .bmbox a {
            line-height: 520px;
            font-weight: 500;
            color: #fff;
        }

    a {
        text-decoration: none;
    }

    .margin-top-11 {
        margin-top: 110px;
    }

    .margin-top-3 {
        margin-top: 30px;
    }

    .margin-top-6 {
        margin-top: 60px;
    }

    .margin-bottom-9 {
        margin-bottom: 90px;
    }

    .txtbox2 {
        margin-top: 15px;
        margin-bottom: 20px;
    }

        .txtbox2 span {
            font-size: 25px;
            color: rgba(57, 57, 57, 0.65);
        }

        .txtbox2 p {
            font-size: 15px;
            color: rgba(57, 57, 57, 0.65);
        }

    /*/////////////////////*/
    /*页脚*/
   
    .foot-context img {
        width: 20px;
        height: 21px;
        margin-right: 10px;
    }

    .foot-context span {
        font-size: 32px;
        line-height: 115px;
        letter-spacing: 1.5px;
    }

    .foot-context p {
        font-size: 16px;
        line-height: 45px;
        letter-spacing: 1px;
    }
}


